home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
little_s.swf
/
scripts
/
DefineButton2_62
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2010-11-09
|
117b
|
8 lines
on(release){
if(_name.substr(0,1) == "p")
{
this.stopDrag();
_root.matchCheck(this);
}
}